Realm Kotlin SDK
/
io.realm.kotlin.types
/
RealmAny
/
Type
Type
enum
Type
:
Enum
<
RealmAny.Type
>
Content copied to clipboard
Supported Realm data types that can be stored in a
RealmAny
instance.
Entries
Properties
Entries
OBJECT
Link copied to clipboard
OBJECT
()
Content copied to clipboard
UUID
Link copied to clipboard
UUID
()
Content copied to clipboard
OBJECT_ID
Link copied to clipboard
OBJECT_ID
()
Content copied to clipboard
DECIMAL128
Link copied to clipboard
DECIMAL128
()
Content copied to clipboard
DOUBLE
Link copied to clipboard
DOUBLE
()
Content copied to clipboard
FLOAT
Link copied to clipboard
FLOAT
()
Content copied to clipboard
TIMESTAMP
Link copied to clipboard
TIMESTAMP
()
Content copied to clipboard
BINARY
Link copied to clipboard
BINARY
()
Content copied to clipboard
STRING
Link copied to clipboard
STRING
()
Content copied to clipboard
BOOL
Link copied to clipboard
BOOL
()
Content copied to clipboard
INT
Link copied to clipboard
INT
()
Content copied to clipboard
Properties
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
ordinal
Link copied to clipboard
val
ordinal
:
Int
Content copied to clipboard